Code:
if (myDataReader.GetString(0) = empID && myDataReader.GetString(1) = shiftID && myDataReader.GetFloat(2) = Final11)
here empID ,shiftID are originally int values in the FINALCALC table (those are the values to be expected to retrieve by myDataReader.Ge tString(0) n myDataReader.Ge tString(1)). But variable empID and shiftID are String variables which i take from two input text boxes.
Comment